home *** CD-ROM | disk | FTP | other *** search
- inherited dlgMailLink: TdlgMailLink
- Left = 208
- Top = 627
- BorderStyle = bsDialog
- Caption = 'E-mail a link'
- ClientHeight = 287
- ClientWidth = 403
- OnCreate = FormCreate
- OnShow = FormShow
- ExplicitWidth = 320
- ExplicitHeight = 240
- PixelsPerInch = 96
- TextHeight = 13
- inherited btnOK: TButton
- Left = 88
- Top = 255
- Caption = '&Send'
- Default = True
- OnClick = btnOKClick
- ExplicitLeft = 88
- ExplicitTop = 255
- end
- inherited btnCancel: TButton
- Left = 168
- Top = 255
- Caption = '&Cancel'
- ExplicitLeft = 168
- ExplicitTop = 255
- end
- inherited gbOuter: TGroupBox
- Width = 384
- Height = 240
- Caption = ''
- ExplicitWidth = 384
- ExplicitHeight = 240
- object lblMessage: TLabel
- Left = 12
- Top = 80
- Width = 70
- Height = 13
- Caption = 'Your message:'
- end
- object lblEmail: TLabel
- Left = 12
- Top = 16
- Width = 169
- Height = 13
- Caption = 'Email address(es) of the recipient(s):'
- end
- object lblEmailUse: TLabel
- Left = 12
- Top = 56
- Width = 254
- Height = 13
- Caption = '(Use commas (,) to separate multiple e-mail addresses)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object edEmail: TEdit
- Left = 12
- Top = 32
- Width = 360
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- end
- object memMessage: TMemo
- Left = 12
- Top = 96
- Width = 360
- Height = 132
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 1
- end
- end
- end
-